All Questions
4 questions
8votes
2answers
920views
2D block game like Minecraft
I have been working on a 2D block game. I like the progress I am making, but I would like to improve the performance and the overall quality of the code. The code and textures are stored in my GitHub ...
5votes
2answers
139views
Playing a game of ConHex in Python
Background ConHex is game by Michail Antonow where two players try to create a connected chain of cells from one side of the board to the other side. They do this by claiming one empty position each ...
6votes
3answers
5kviews
Hangman in Python
I created this version of Hangman in Python 3. Does anyone have any tips for optimization or improvement? ...
3votes
2answers
2kviews
Improving and optimizing Tic-Tac-Toe game written in Python 3
I've been teaching myself Python3 for about a week now and I decided to put my skills to the test by writing a simple Tic-Tac-Toe game. Here is what I came up with: ...